SecurityException.ToString Método
Definição
Retorna uma representação do SecurityException atual.Returns a representation of the current SecurityException.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Retornos
Uma representação de cadeia de caracteres do SecurityException atual.A string representation of the current SecurityException.
Comentários
O ToString método retorna a descrição completa do SecurityException .The ToString method returns the full description of the SecurityException.