WebserviceTaskException.NOTSUPPORTED_CODE Campo

Definição

Especifica o código de erro usado quando a tarefa encontra algo que não tem suporte.

public: static initonly int NOTSUPPORTED_CODE;
public static readonly int NOTSUPPORTED_CODE;
 staticval mutable NOTSUPPORTED_CODE : int
Public Shared ReadOnly NOTSUPPORTED_CODE As Integer 

Valor do campo

Exemplos

O exemplo de código a seguir mostra que ComplexProperties não Complex há suporte para tipos. O exemplo gera quando NOTSUPPORTED_CODE essa situação é encontrada.

if (myComplexValues != null &&  
    myComplexValues.Contains(datatype))  
        {  
            throw new WebserviceTaskException(  
                    WebServiceTaskMessages.DATATYPE_NOT_SUPPORTED,   
                    WebserviceTaskException.NOTSUPPORTED_CODE);  

Comentários

O valor estático é 101.

Aplica-se a